gdkborder: change types from gint16 to gint
authorWilliam Hua <william.hua@canonical.com>
Thu, 17 Dec 2015 17:38:35 +0000 (12:38 -0500)
committerWilliam Hua <william.hua@canonical.com>
Thu, 17 Dec 2015 17:56:35 +0000 (12:56 -0500)
gdk/gdktypes.h

index 17584b298948e6f46c177f7bf92a934b990508d1..57dc0feb5383e59f76775722895ae23f51324a1d 100644 (file)
@@ -107,10 +107,10 @@ typedef struct _GdkBorder GdkBorder;
  */
 struct _GdkBorder
 {
-  gint16 left;
-  gint16 right;
-  gint16 top;
-  gint16 bottom;
+  gint left;
+  gint right;
+  gint top;
+  gint bottom;
 };
 
 /**